link fix
authorSteven G. Johnson <stevenj@mit.edu>
Wed, 25 Jul 2018 18:11:33 +0000 (14:11 -0400)
committerGitHub <noreply@github.com>
Wed, 25 Jul 2018 18:11:33 +0000 (14:11 -0400)
README.md

index 31f2eaac4d1014092651ae86a87c2f3a28ed8391..b61332299ba9675b51a54b6497c812fd4074382b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 [![Travis CI Status](https://travis-ci.org/JuliaStrings/utf8proc.png)](https://travis-ci.org/JuliaStrings/utf8proc)
 [![AppVeyor status](https://ci.appveyor.com/api/projects/status/ivaa0v6ikxrmm5r6?svg=true)](https://ci.appveyor.com/project/StevenGJohnson/utf8proc)
 
-[utf8proc](http://julialang.org/utf8proc/) is a small, clean C
+[utf8proc](http://juliastrings.github.io/utf8proc/) is a small, clean C
 library that provides Unicode normalization, case-folding, and other
 operations for data in the [UTF-8
 encoding](http://en.wikipedia.org/wiki/UTF-8).  It was [initially